ÄúµÄλÖãºÑ°ÃÎÍøÊ×Ò³£¾±à³ÌÀÖÔ°£¾VBScript£¾VBScript


objects constants operators statements functions properties methods






FUNCTION:  StrReverse( )

StrReverse(String)

The StrReverse function reverses the characters (including blanks) in a string.

Code:
<% =StrReverse("abcde fghij klmno pqrst uvwxyz") %>

Output:
zyxwvu tsrqp onmlk jihgf edcba